home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / ARCHIVE / ROT13131.ZIP;1 / README.DOC < prev    next >
Encoding:
Text File  |  1993-12-22  |  1.2 KB  |  25 lines

  1.  
  2.  
  3.  
  4.  
  5.      I found a bunch of text files on a couple of my ROM DISCS and
  6. discovered that they where encrypted in somthing called ROT13.  It's
  7. realy not that complicated but if you had to sit there and write it
  8. all out, it would take you a year, so I wrote this program in
  9. assembly language.  This program will encrypt as well as unencrypt. 
  10. It's output file is ROT13.REN.  You should rename this file because
  11. it's the only name my program will write to and it will be overwriten
  12. if you execute the program again after creating it.  It appears to be
  13. able to handle any size text file.  I tried it on a 20 meg (combined
  14. of course) text file, it took about 45 seconds.  It processes 30k
  15. blocks at a time.  I did'nt bother to allocate memory.  The program
  16. is'nt worth that much time and I fiddled enough with it any way.  If
  17. you want one that will handle larger blocks so that it operates
  18. faster just leave a note or somthing and I'll get back to you.  This
  19. is an updated version v 1.31.  It now encrypts .EXE .COM .GIF and
  20. many other files and programs.  I'd like to say it will encrypt any
  21. file, well I guess it will but you might not get it back, but I've
  22. only run it on .EXE .COM .GIF and a few misc programs and then undid
  23. them.  It worked fine.
  24.  
  25.